/* CSS Document */
@charset "UTF-8";
/*------------------
雅黑：\5fae\8f6f\96c5\9ed1
宋体：\5b8b\4f53
黑体：\9ed1\4f53
------------------*/ 
/** 清除内外边距 **/
html { color: #000; background: #fff; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0; }
/** 让Firefox默认显示滚动条 **/
html { overflow: -moz-scrollbars-vertical; }
/** 设置默认字体 **/
body, button, input, select, textarea { }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-family: \5fae\8f6f\96c5\9ed1, \5b8b\4f53, Arial; font-weight: bold; }
address, cite, em { font-style: normal; } /* 将斜体扶正 */
code, pre { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
/** 重置列表元素 **/
ul, ol, li { list-style: none outside none; }
/** 重置文本格式元素 **/
a, a:visited { text-decoration: none; color: #333333; }
a:hover { text-decoration: none; color: #88b558; }
a.u { text-decoration: underline; }
a.u:hover { text-decoration: none; }
sup { vertical-align: text-top; } /* 重置，减少对行高的影响 */
sub { vertical-align: text-bottom; }
/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
img, iframe { border: 0 none; } /* table iframe 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */
input, select { vertical-align: middle; } /* 表单元素垂直居中对齐 */
